home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TUTORIAL / CURSO / TEMA511.DXR / 00019.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  155 b   |  10 lines

  1. on exitFrame
  2.   global inicio
  3.   general()
  4.   set pasado to (the ticks - inicio) / 60
  5.   if pasado > 5 then
  6.     go(the frame + 1)
  7.   end if
  8.   go(the frame)
  9. end
  10.